From: Michael Albinus Date: Sat, 19 Mar 2016 15:51:46 +0000 (+0100) Subject: Fix Bug#23032 X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~475^2~42 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fc3cd53900eb5e80b91b6d2615b3800fd2f59c16;p=emacs.git Fix Bug#23032 * doc/misc/eshell.texi (Arguments): Mention the pipe symbol in remote file names. (Bug#23032) --- diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index f90c7d3e8fb..a7a3840aa5f 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -252,7 +252,9 @@ need to use a function that takes some other data type, you will need to call it in an Elisp expression (which can also be used with @ref{Expansion, expansions}). As with other shells, you can escape special characters and spaces with the backslash (@code{\}) and -apostrophes (@code{''}) and double quotes (@code{""}). +apostrophes (@code{''}) and double quotes (@code{""}). This is needed +especially for file names with special characters like pipe +(@code{|}), which could be part of remote file names. @node Built-ins